:root {
    --color-white: #ffffff;
    --color-black: #000000;
    --color-caribbean-current: #00a9b1;
    --color-space-cadet: #2a2d43;
    --borderRadius: 4px;
}
.section-motor-search-specific-v1 {
    height: max-content;
    width: 100%;
    padding: 0px 20px;
    margin-bottom: 50px;
    /* width: 1147px; */
    margin: auto;
    width: 1172px;
    z-index: 2;
    position: absolute;
    margin-top: 60px;
    bottom: 5%;
    transform: translateX(-50%);
    left: 50%;
}

.container-motor-v1 {
    /* background-color: #3596cd; */
    /* background-color: var(--color-white); */
    /* border-radius: 10px; */
    display: flex;
    flex-direction: column;
    /* padding: 0px 2px; */
    margin: 0px 5px;
    margin-top: -57px;
    /* box-shadow: 0 0px 3px 0px #0c6872ba !important; */
    /* box-shadow: 0px 0px 4px 0px #a7a7a785; */
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

.sub-container-motor-v1 {
    /* margin: 0px 45px; */
}

.nav-bar-v1 {
    width: 100%;
    /* border-bottom: 1px solid var(--color-white); */
}

.nav-bar-v1 ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    margin: 0%;
    padding: 0%;
    background: var(--backgroundColorNV1);
    gap: 3px;
    height: max-content;
    justify-content: center;
    margin-bottom: 20px;
}

.nav-bar-item {
    width: 150px;
    text-align: center;
    list-style: none;
    color: rgba(0, 0, 0, 0);
    position: relative;
}

.nav-bar-item button {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    background-color: #bcbdc000;
    border: none;
    flex-wrap: nowrap;
    padding: 0px 10px;
    width: 100%;
    /* height: 59px; */
    height: 36px;
    color: var(--color-caribbean-current);
    font-size: 16px;
    cursor: pointer;
    text-decoration: none;
}

.nav-bar-item button::after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #7f93f1;
    transform: scaleX(0);
    transform-origin: center;
    transition: transform 0.3s ease;
}

.nav-bar-item button[aria-selected="true"],
.nav-bar-item button:hover {
    /* color: var(--color-space-cadet); */
    color: #541581;
}
/* .nav-bar-item button:hover i {
    color: #000000 !important;
} */
.nav-bar-item button[aria-selected="true"] i, .nav-bar-item button:hover i {
    /* color: #000000 !important; */
}
.nav-bar-item button:hover i  {
    color: #000000;
}
.nav-bar-item button[aria-selected="true"]::after,
.nav-bar-item button:hover::after {
    transform: scaleX(1);
}
.nav-bar-item button:hover::after {
    transform: scaleX(0);
}
.nav-bar-item button[aria-selected="true"] i,
.nav-bar-item button:hover i {
    /* color: var(--color-space-cadet); */
    color: #fff;
}

.nav-bar-item button i {
    /* color: var(--color-caribbean-current); */
    color: #fff;
    font-size: 16px;
    padding: 0;
    margin-right: 10px;
}

.tab-container-motor {
    width: 100%;
    /* background: #3596cd; */
    background: #4ea24e;
    border-top-right-radius: 15px;
    border-radius: 100px;
}

.form-menu-v1 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    width: 1080px;
    gap: 10px;
    padding: 10px 10px;
    margin-top: 3px;
    place-self: end;
}



.form-group-menu-v1 {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    height: 100%;
    width: 100%;
}

.form-group-menu-v1 label,
.label-form {
    font-size: 14px;
    color: #ffffff;
    /* color: var(--color-caribbean-current); */
    padding-bottom: 5px;
    font-weight: 600;
    font-family: 'League Spartan' !important;
}

.content-items-selected-search label {
    color: #ffffff !important;
}

.select2-selection__rendered {
    line-height: 1.5 !important;
}

.form-group-menu-v1 input,
.select-motor,
.select2-search__field,
.select2-container--default .select2-selection--single,
.edad-menores {
    height: 42px !important;
    padding: 10px 15px !important;
    font-size: 14px !important;
    width: 100% !important;
    border: 1px solid #fff !important;
    border-radius: var(--borderRadius) !important;
    box-shadow: 0 0px 3px 0px #adadad !important;
    background: #fff !important;
    color: #393939 !important;
    line-height: 1 !important;
    cursor: pointer;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    font-family: normal !important;
    float: right;
    top: -16px !important;
    font-weight: bold;
    height: 26px !important;
    margin-right: 20px;
    padding-right: 0px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    top: 37% !important;
}

.search-destino {
    /* display: flex !important; */
    flex-direction: row !important;
    justify-content: center !important;
    align-items: end !important;
    padding: 10px 0px;
    margin-top: 3px;
    gap: 20px;

    display: grid;
    grid-template-columns: 810px 220px;
    margin-left: 56px;
}

.container-btn-v1 {
    height: auto;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center ;
}

.btn-menu-bar-v1 {
    height: 100%;
    padding: 10px 15px;
    font-size: 14px;
    width: 100%;
    /* background-color: var(--color-caribbean-current); */
    background-color: #ffffff;
    /* color: var(--color-white); */
    color: #000000;
    border-radius: var(--borderRadiusSize);
    border: none;
    cursor: pointer;
    font-family: 'League Spartan', sans-serif !important;
    border-radius: 100px;
}

.section-motor-search-specific-v1 #fechas {
    text-align: center;
    font-family: 'league spartan', sans-serif !important;
}

.tab-pane {
    display: none;
}

/* Muestra el panel activo */
.tab-pane.active {
    display: block;
}

/* Reglas opcionales para la animación */
.fade {
    opacity: 0;
    transition: opacity .15s linear;
}

.fade.show {
    opacity: 1;
}

.boton-responsivo {
    display: none;
}

.btn-destino-v1 {
    width: 100%;
    height: 100%;
    /* padding: 0 !important;
    margin: auto; */
}

.barra-destino {
    width: 55%;
}

.input-menores {
    width: auto;
    padding: 0px 20px 0px 10px;
}
#selected-dropdown-items-hold {
    position: relative;
}
#selected-dropdown-items-hold .container-show-selected-hold {
    display: none;
    position: absolute;
    z-index: 3;
    top: 98%;
    transform: translateY(10px);
    width: 320px;
    background-clip: padding-box;
    border: 1px solid #e3e3e3;
    border-radius: var(--borderRadiusSize);
    -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .15);
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .15);
    right: 0;
    width: 360px;
}
#mostrarMas {
    font-weight: 100;
    text-transform: capitalize;
    width: 100%;
    background: var(--color-caribbean-current);
    color: #393939;
    border: 0;
    height: 42px;
    border: 1px solid #fff !important;
    border-radius: var(--borderRadius) !important;
    box-shadow: 0 0px 3px 0px #adadad !important;
    background: #fff !important;
    color: #393939 !important;
    line-height: 1 !important;
    cursor: pointer;
    font-size: 0.90rem;
    font-family: 'League Spartan', sans-serif !important;
}
.content-items-selected-search {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: 40px;
    place-items: center;
    gap: 15px;
    border-color: #e3e3e3;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    background-color: #3383b1;
    padding: 0px 4px;
}
.container-items-selected-body {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
    place-items: center;
    grid-template-rows: 50px;
    color: #393939;
    background-color: var(--color-white);
}
.container-items-selected-body > div > span {
    color: #19183b;
    font-family: 'League Spartan', sans-serif !important;
}
.container-items-selected-footer {
    background-color: var(--color-white);
}
.container-items-selected-footer div span {
    text-align: end;
    display: block;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 5px;
    font-size: 0.85rem;
    font-family: 'League Spartan', sans-serif !important;
}
.container-items-selected-footer div ~ div {
    /* display: grid;
    grid-template-columns: repeat(4, 1fr); */
    display: flex;
    gap: 3px;
    background-color: var(--color-white);
    flex-direction: row-reverse;
    flex-wrap: wrap;
    justify-content: end;
    padding: 4px 5px;
}
.container-items-selected-footer div:nth-child(2) div {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 24%;
    padding: 0 1px;
}
#formbuscador .container-items-selected-footer #list-age-children div select {
    background-color: #ffff !important;
    border: 1px solid #e3e3e3 !important;
    color: #707070 !important;
    box-shadow: none !important;
    height: 42px !important;
    padding: 10px 15px !important;
    border-radius: var(--borderRadiusSize);
}
#formbuscador .container-items-selected-footer #list-age-children div input {
    padding: 0px !important;
}
#formbuscador .container-items-selected-body select, #formbuscador .container-items-selected-footer div:nth-child(2) input {
    background-image: none !important;
    border: 1px solid #e3e3e3 !important;
    color: #707070 !important;
    box-shadow: none !important;
    padding-right: 40px !important;
    font-family: 'League Spartan' !important;
}
.subtitle-children {
    display: none;
}
#aceptarCambios {
    padding: 0 12px;
    background: var(--colorFour);
    color: var(--color-white);
    font-weight: 400;
    min-height: 40px;
    border: none;
    border-radius: var(--borderRadiusSize);
}
.container-aceptar-action {
    background-color: var(--color-white);
    padding: 12px;
    display: flex;
    justify-content: end;
    align-items: center;
}
#selected-dropdown-items-hold .container-show-selected-hold.show-unic {
    display: block;
}
#selected-dropdown-items-hold .container-show-selected-hold.hidden-unic {
    display: none;
}
.position-form2 {
    position: relative;
}
.icon-calendar-v1 {
    position: absolute;
    bottom: 13px;
    left: 35px;
    font-size: 0.90rem;
    color: #393939;
}
@media screen and (max-width: 1280px) {
    .form-menu-v1 {
        /* display: flex;
        align-items: flex-end;
        flex-wrap: wrap;
        flex-direction: row;
        justify-content: space-between; */
        width: 100%;
        grid-template-columns: 1fr 1fr 1fr;
    }

    .tab-container-motor {
        border-radius: 0px;
    }

    .information-slider {
        top: 41%;
    }

    .form-group-menu-v1 {
        width: 100%;
    }

    .select2-container {
        width: 100% !important;
    }

    .boton-responsivo {
        display: block;
        /* padding-top: 20px; */
        padding: 0 10px;
        padding-bottom: 4px;
        gap: 20px;
    }

    .boton-desk {
        display: none;
    }

    .search-destino {
        gap: 20px;
        padding: 0px 20px;
        padding-bottom: 18px;
        padding-top: 20px;
        grid-template-columns: 1fr 200px;
    }

    .btn-destino-v1 {
        width: 100%;
        /* padding-top: 20px; */
    }

    .barra-destino {
        width: 70%;
    }
    .input-menores {
        width: 50%;
    }
    .section-motor-search-specific-v1 {
            width: 1010px;
    }
    .container-btn-v1 {
        margin-bottom: 15px;
    }
    .position-form4, .form-group-menu-v1.boton-responsivo {
        width: 100%;
    }
}

@media (max-width: 1024px) {
    .form-menu-v1 {
        display: flex;
        flex-direction: column;
    }

    .form-group-menu-v1 {
        width: 100%;
    }

    .search-destino {
        flex-direction: column;
        align-items: flex-start;
        align-content: flex-start;
    }
    .btn-destino-v1 {
        width: 100%;
    }

    .barra-destino {
        width: 100%;
    }
    .input-menores {
        width: 100%;
    }
    .section-motor-search-specific-v1 {
            width: 90%;
            bottom: 10px;
    }
    .form-menu-v1 {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }
    .form-group-menu-v1.position-form4 {
        grid-column: 1 / 3;
    }
}

@media (max-width: 640px) {
    .container-motor-v1 {
        padding: 0px;
    }

    .nav-bar-item {
        width: auto;
    }
    .nav-bar-v1 ul {
        justify-content: center;
    }
    .section-motor-search-specific-v1 {
        width: 100%;
        bottom: 10px;
    }
    .section-motor-search-specific-v1 .sub-container-motor-v1 {
        margin: 0px 13px;
    }
    #selected-dropdown-items-hold .container-show-selected-hold {
        width: 300px !important;
    }
    .search-destino {
        flex-direction: column !important;
    }
    .form-menu-v1 {
        display: grid;
        grid-template-columns: 1fr;
    }
    .form-group-menu-v1.position-form4 {
        grid-column: 1 / 1;
    }
    .search-destino {
        grid-template-columns: 1fr;
    }
}

.edit-bk {
    background: #fff;
    border-radius: var(--borderRadiusSize);
}
.edit-bk label {
    color: #393939;
    padding-left: 5px;
    padding-top: 4px;
    padding-bottom: 6px;
}
.nav-pills .nav-link {
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
    /* background: #009ad09e;
    color: #fff; */
    background: #00000000;
    color: #fff;
    /* color: #000000; */
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    font-family: 'League Spartan' !important;
}

/* calendario */
/* DatePicker */
/* Contenedor general del datepicker */
.daterangepicker {
  border: 0;
  box-shadow: 0 10px 30px rgba(0,0,0,0.12);
  /* border-radius: 8px; */
  border-radius: var(--borderRadiusSize);
  /* padding: 18px 20px; */
  padding: 16px 10px;
  background: #fff;
  width: auto;
  max-width: 820px;
}

/* Mostrar los dos calendarios con separación como en la imagen */
.daterangepicker .drp-calendar {
  background: transparent;
  border: 0;
  margin: 0 14px;
}

/* Cabecera (Mes y año) centrada y en negrita */
.daterangepicker .drp-calendar .calendar-table thead tr th.selectable,
.daterangepicker .drp-calendar .calendar-table thead tr th.month {
  font-weight: 700;
  font-size: 18px;
  color: #333;
  text-align: center;
}

/* Ocultar subtítulos innecesarios y centrar el título del mes */
.daterangepicker .drp-calendar .calendar-table thead tr:first-child th {
  vertical-align: middle;
}

/* Flechas personalizadas (izq / derecha) */
.daterangepicker .drp-calendar .calendar-table thead th.prev.available,
.daterangepicker .drp-calendar .calendar-table thead th.next.available {
  width: 40px;
  color: #6b6b6b;
  font-size: 18px;
}
.daterangepicker .drp-calendar .calendar-table thead th.prev.available:before,
.daterangepicker .drp-calendar .calendar-table thead th.next.available:before {
  font-family: "FontAwesome";
}

/* Puedes usar SVG inline para flechas: */
.daterangepicker .drp-calendar .calendar-table thead th.prev.available {
  background: none;
}
.daterangepicker .drp-calendar .calendar-table thead th.prev.available:after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" viewBox="0 0 24 24" fill="none" stroke="%23646a6f" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><polyline points="15 18 9 12 15 6"/></svg>');
  background-repeat: no-repeat;
  vertical-align: middle;
}
.daterangepicker .drp-calendar .calendar-table thead th.next.available:after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" viewBox="0 0 24 24" fill="none" stroke="%23646a6f" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><polyline points="9 18 15 12 9 6"/></svg>');
  background-repeat: no-repeat;
  vertical-align: middle;
}

/* Día de semana: iniciales grandes y centradas */
.daterangepicker .drp-calendar .calendar-table thead tr.thweekday th {
  color: #6b6b6b;
  font-weight: 700;
  font-size: 12px;
  padding-bottom: 12px;
}

/* Celdas del calendario */
.daterangepicker .drp-calendar .calendar-table td {
  width: 50px;
  height: 50px;
  text-align: center;
  vertical-align: middle;
  border-radius: 50%;
  font-size: 15px;
  color: #4a4a4a;
}

/* Días fuera de mes (más pálidos) */
.daterangepicker .drp-calendar .calendar-table td.off,
.daterangepicker .drp-calendar .calendar-table td.off.disabled {
  color: #d1d1d1;
}

/* Días disponibles (hover) */
.daterangepicker .drp-calendar .calendar-table td.available:hover {
  background: rgba(235,115,0,0.08);
  cursor: pointer;
  color: #333;
}

/* Día seleccionado: círculo naranja (exacto) */
.daterangepicker .drp-calendar .calendar-table td.active,
.daterangepicker .drp-calendar .calendar-table td.start-date,
.daterangepicker .drp-calendar .calendar-table td.end-date {
  /* background: var(--colorFour) !important; */
  background: #f3701a !important;
  color: #fff !important;
  box-shadow: none;
  transform: none;
}

/* Rango intermedio (suave) */
.daterangepicker .drp-calendar .calendar-table td.in-range {
  background: #e3e3e3ad;
  /* background: rgba(243,112,26,0.08); */
  color: #333;
  /* border-radius: 4px; */
  border-radius: 50%;
}

/* Ajustes de espaciado entre los dos calendarios (linea divisoria ligera) */
.daterangepicker .drp-calendar.left { margin-right: 1px; padding: 8px 0 0px 0px;}
.daterangepicker .drp-calendar.right { margin-left: 1px; }

/* Quitar fondo del header inferior (botones) para look limpio */
.daterangepicker .ranges,
.daterangepicker .drp-selected {
  display: none; /* ocultar presets/selección si no los usas */
}

/* Ajuste tipográfico general */
.daterangepicker, .daterangepicker * {
  font-family: 'League Spartan', sans-serif !important;
}

/* Pequeño ajuste para que las semanas no se vean comprimidas */
.daterangepicker .drp-calendar .calendar-table table {
  margin-bottom: 0;
}

/* Separador vertical sutil en el centro (opcional) */
/* .daterangepicker:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 22%;
  bottom: 22%;
  width: 1px;
  background: rgba(0,0,0,0.04);
  transform: translateX(-50%);
  border-radius: 1px;
} */

/* person */
.drp-calendar .calendar-table .table-condensed thead > tr:nth-child(1) {
    border-bottom: 2px solid #e1e1e1;
}
.daterangepicker .calendar-table th, .daterangepicker .calendar-table td {
    font-size: 17px;
}
/* .daterangepicker .drp-calendar */
/* Garantizar que la caja sea responsiva (mobile: stacks) */
.daterangepicker .drp-calendar .calendar-table thead th.prev.available, .daterangepicker .drp-calendar .calendar-table thead th.next.available {
    position: relative;
}
.daterangepicker .calendar-table .next span {
    position: absolute;
    top: 42%;
}
.daterangepicker .calendar-table .prev span {
    position: absolute;
    top: 42%;
    left: 46%;
}

.daterangepicker td.available:hover, .daterangepicker th.available:hover {
    background-color: #19183b26 !important;
}
.daterangepicker .calendar-table th:nth-child(1) {
    color: var(--color3);
}
@media (max-width: 720px) {
  /* .daterangepicker { max-width: 340px; padding: 12px; } */
  .daterangepicker { max-width: 340px; padding: 12px; }
  .daterangepicker .drp-calendar { margin: 0; display:block; width:100%; max-width: 100%;}
  .daterangepicker:after { display:none; }
}
.select2-container .select2-selection--single .select2-selection__rendered {
    font-family: 'League Spartan', sans-serif !important;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    font-family: 'League Spartan' !important;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    background-color: #009ad000 !important;
    color: #ffffff;
}